crypto/internal/fips140/sha3.Digest.state (field)

8 uses

	crypto/internal/fips140/sha3 (current package)
		sha3.go#L52: 	state     spongeDirection // whether the sponge is absorbing or squeezing
		sha3.go#L65: 	d.state = spongeAbsorbing
		sha3.go#L94: 	d.state = spongeSqueezing
		sha3.go#L100: 	if d.state != spongeAbsorbing {
		sha3.go#L123: 	if d.state == spongeAbsorbing {
		sha3.go#L152: 	if d.state != spongeAbsorbing {
		sha3.go#L193: 	b = append(b, byte(d.n), byte(d.state))
		sha3.go#L230: 	d.state = state